home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / nwlite / faxdoc.exe / 2779.TXT < prev    next >
Text File  |  1993-05-14  |  4KB  |  91 lines

  1.  
  2.  
  3.                                      FYI
  4.  
  5. (Note: The origin of this information may be internal or external to Novell. 
  6. Novell makes every effort within its means to verify this information. 
  7. However, the information provided in this document is FOR YOUR INFORMATION
  8. only.  Novell makes no explicit or implied claims to the validity of this
  9. information.)
  10.  
  11.           TITLE:    Server Optimization and Functions
  12.    DOCUMENT ID#:    FYI.P.6037
  13.            DATE:    01OCT92
  14.         PRODUCT:    NetWare Lite
  15. PRODUCT VERSION:    All versions
  16.      SUPERSEDES:    NA
  17.  LITE FAX DOC #:    2779
  18.  
  19. SYMPTOM
  20.  
  21.      NA
  22.  
  23. ISSUE/PROBLEM
  24.  
  25.      Server Optimization and Functions
  26.  
  27.      Disk Caches
  28.  
  29.      NetWare Lite does not ship with a disk cache.  Novell has tested with
  30.      several (read many) commercially available disk cache products and found
  31.      them to be quite inexpensive while adding significant performance to the
  32.      NetWare Lite server software.  For higher performance of the NetWare Lite
  33.      server, Novell suggests that you acquire a disk cache and install it on
  34.      the server machines.  Some cache tuning may be necessary for best
  35.      results.
  36.  
  37.      Server Configuration
  38.  
  39.      For best performance, Novell suggests that you increase receive buffer
  40.      and read buffer sizes to what is supported by the network topology (such
  41.      as Ethernet, Token-Ring) up to a maximum of 4096 bytes using a multiple
  42.      of 512 bytes.  In fact, if 4096 is selected then the server will truncate
  43.      the value to the maximum value supported by the topology.  This tuning
  44.      allows clients to request more data from (or send more data to) the
  45.      server with each read (write) operation.  When more data is sent, fewer
  46.      requests are necessary and better performance is obtained.  This
  47.      enhancement does increase the size of server when it is resident in DOS.
  48.  
  49.      Depending on the load being placed on the server, it may be beneficial to
  50.      increase the number of receive buffers and read buffers.  In general,
  51.      Novell found that 8 to 12 receive buffers are enough for even the most
  52.      heavily loaded server.  Similarly, 5 to 10 read buffers are sufficient. 
  53.      These values do not need to be more than one or two above the number of
  54.      simultaneous connections (up to the suggested maximums of 8 to 12 receive
  55.      buffers and 5 to 10 read buffers).
  56.  
  57.      Mapping verses  SUBSTing
  58.  
  59.      If your machine is a server and you would like to map to the server, it
  60.      is recommended that you SUBST to the server instead of mapping to server. 
  61.      SUBST is a DOS command that lets you assign a drive letter to a directory
  62.      on another drive.
  63.  
  64.  
  65.      Example:
  66.  
  67.           If you usually map to the server with the G: drive to the Network
  68.           Directory APPS and APPS is actually the C:\APPS directory, the NET
  69.           MAP G: APPS command could be replaced by SUBST G: C:\APPS command. 
  70.           To remove this substitution, you would type SUBST G: /D.
  71.  
  72.      Using this substitution rather than a mapping will result in better
  73.      performance for operations done on the G: drive.
  74.  
  75.      Mapping Local Drive
  76.  
  77.      You can map drives that are local (A: or B:) and use them temporarily as
  78.      network drives.  However, as a general practice, it is not recommended. 
  79.      If you run out of drive letters to map, increase LASTDRIVE in your
  80.      CONFIG.SYS.
  81.  
  82.      Use of ASSIGN
  83.  
  84.      Do not use ASSIGN with NetWare Lite.  The DOS reference manual (3.3)
  85.      recommends that you use SUBST instead of ASSIGN and explains how to do
  86.      so.
  87.  
  88. SOLUTION
  89.  
  90.      NA
  91.